home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer Helper 1: Phil & Dave's Excellent CD
/
Excellent CD HFS.raw
/
HyperCard
/
HyperCard 1.2.2 International
/
HyperCard British (B-1.2.2)
/
Stacks
/
Home
/
background_2700.txt
< prev
next >
Wrap
Text File
|
1988-11-08
|
2KB
|
88 lines
-- background: 2700 from stack: in
-- bmap block id: 4827
-- flags: 0000
-- background id: 0
-- name:
----- HyperTalk script -----
on openStack
hide message box
show menuBar
pass openStack
end openStack
-- part 6 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=118 top=40 right=65 bottom=395
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 14
-- style flags: 256
-- line height: 18
-- part name:
-- part 8 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=256 top=298 right=321 bottom=281
-- title width / last selected line: 0
-- icon id / first selected line: 1013 / 1013
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Next
----- HyperTalk script -----
on mouseUp
go next card
end mouseUp
-- part 9 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=228 top=298 right=321 bottom=254
-- title width / last selected line: 0
-- icon id / first selected line: 1014 / 1014
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Prev
----- HyperTalk script -----
on mouseUp
go to previous card
end mouseUp
-- part 16 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=12 top=27 right=64 bottom=52
-- title width / last selected line: 0
-- icon id / first selected line: 2507 / 2507
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
if visible of card field "local help" is true then
hide card field "local help"
else
show card field "local help"
end if
end mouseUp